home *** CD-ROM | disk | FTP | other *** search
/ ERiC KRoLL - Fetish / ERiC KRoLL - Fetish.iso / pc / kroll.dir / 00001_Script_1 next >
Text File  |  1995-12-15  |  381b  |  15 lines

  1. on exitFrame
  2.   global gMAC,gDriveLetterPath
  3.   if the machineType = 256 then
  4.     set gMAC = FALSE
  5.     --go to movie gDriveLetterPath
  6.     go movie getPCDriveLetter()&"KROLL24.DXR"
  7.   else
  8.     set gMAC = TRUE
  9.     if the movieName = "KROLL" then
  10.       go to movie the pathName & "KROLL24.DXR"
  11.     else
  12.       go to movie the pathName & "KROLL24.DIR"
  13.     end if
  14.   end if
  15. end